IAsyncOperation.Completed Property

Gets or sets the method that handles operation completed event.

Syntax

public:
property AsyncOperationCompletedHandler<TResult>^ Completed {
         AsyncOperationCompletedHandler<TResult>^ get ();
         void set (AsyncOperationCompletedHandler<TResult>^ value);
}  

Property value

Type: AsyncOperationCompletedHandler<TResult> 

The method that handles the event.

Remarks

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

IAsyncOperation Generic Interface

IAsyncOperation Members

Windows.Foundation Namespace